projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fcee6
)
(archive-rar-summarize): Allow between 6 and 7 characters in the
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 Dec 2009 19:25:36 +0000
(19:25 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 Dec 2009 19:25:36 +0000
(19:25 +0000)
Attribute field.
lisp/ChangeLog
patch
|
blob
|
history
lisp/arc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index d455328a9e10f780979c0ea2b325324bb11c0c15..5e932476fbfb626079db779acede7f2442bf8f61 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2009-12-10 Eli Zaretskii <eliz@gnu.org>
+
+ * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
+ characters in the Attribute field.
+
2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
diff --git
a/lisp/arc-mode.el
b/lisp/arc-mode.el
index 1d67a6ce918560b10373c44deb35080626c515c9..474d7bdd5ab4779889ec10546de3523b8dfde679 100644
(file)
--- a/
lisp/arc-mode.el
+++ b/
lisp/arc-mode.el
@@
-1904,7
+1904,7
@@
This doesn't recover lost files, it just undoes changes in the buffer itself."
;; Ratio ; Date'
" +\\([0-9%]+\\) +\\([-0-9]+\\)"
;; Time ; Attr.
- " +\\([0-9:]+\\) +
......
"
+ " +\\([0-9:]+\\) +
[^ \n]\\{6,7\\}
"
;; CRC; Meth ; Var.
" +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
(goto-char (match-end 0))